From 868bfc3961200469832b5b85d19f8ab75baa5f8f Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Fri, 28 Aug 2020 11:19:08 +0200 Subject: [PATCH] Update version and changelog --- debian/changelog | 8 ++++++++ include/siri/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aa379249..a2862a9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +siridb-server (2.0.38-0~tt1) unstable; urgency=medium + + * New upstream release + - Added tag support (#74) + - Fixed cleanup duplicate package (#134) + + -- Jeroen van der Heijden Fri, 28 Aug 2020 11:12:24 +0200 + siridb-server (2.0.37-0~tt1) unstable; urgency=medium * New upstream release diff --git a/include/siri/version.h b/include/siri/version.h index 12a9df8b..ac332a39 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-2" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" -- 2.30.2